home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set whichSprite to the clickOn
- if legalButton(whichSprite) then
- puppetSprite(whichSprite - 1, 1)
- puppetSprite(whichSprite, 1)
- puppetSprite(whichSprite + 1, 1)
- addToken(whichSprite)
- repeat with x = the frame + 1 to label("L13") - 1
- go(x)
- end repeat
- scene2()
- end if
- end
-